-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common static server address : Fix #424 #425
Common static server address : Fix #424 #425
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## development #425 +/- ##
===============================================
- Coverage 78.57% 78.56% -0.02%
===============================================
Files 309 310 +1
Lines 6918 6974 +56
Branches 704 712 +8
===============================================
+ Hits 5436 5479 +43
- Misses 1269 1281 +12
- Partials 213 214 +1
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please verify your indentation setting inside VS and ReSharper. Moreover, don't use the server address inside the url if defined inside the configuration file
COMET.Web.Common.Tests/Components/SingleIterationApplicationTemplateTestFixture.cs
Outdated
Show resolved
Hide resolved
COMET.Web.Common.Tests/Services/ServerConnectionService/ServerConnectionServiceTestFixture.cs
Outdated
Show resolved
Hide resolved
COMETwebapp.Tests/Pages/ModelDashboard/ModelDashboardTestFixture.cs
Outdated
Show resolved
Hide resolved
COMETwebapp.Tests/Pages/ParameterEditor/ParameterEditorTestFixture.cs
Outdated
Show resolved
Hide resolved
COMET.Web.Common/Services/ServerConnectionService/ServerConnectionService.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still some indentation problem
COMET.Web.Common.Tests/Components/SingleIterationApplicationTemplateTestFixture.cs
Outdated
Show resolved
Hide resolved
COMET.Web.Common.Tests/Services/ServerConnectionService/ServerConnectionServiceTestFixture.cs
Outdated
Show resolved
Hide resolved
COMET.Web.Common/Services/ServerConnectionService/ServerConnectionService.cs
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs 77.9% Coverage The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Prerequisites
Description
Fix #424
Add the possibility to connect to the server using configuration file.